home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20020314-20021006 / 000089_fdc@columbia.edu_Wed May 22 10:56:48 EDT 2002.msg < prev    next >
Text File  |  2002-10-06  |  3KB  |  70 lines

  1. Article: 13383 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: REGET not as clever as RESEND?
  6. Date: 22 May 2002 10:56:38 -0400
  7. Organization: Columbia University
  8. Lines: 53
  9. Message-ID: <acgbj6$2h8$1@watsol.cc.columbia.edu>
  10. References: <acbqst$bj2$1@panix3.panix.com> <acbrts$1c7$1@watsol.cc.columbia.edu> <acfh5m$ead$1@reader1.panix.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1022079400 20271 128.59.39.139 (22 May 2002 14:56:40 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 May 2002 14:56:40 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13383
  16.  
  17. In article <acfh5m$ead$1@reader1.panix.com>,
  18. David Combs <dkcombs@panix.com> wrote:
  19.  
  20. [ problems with REGET ]
  21.  
  22. : >If straight dialup, what kind of modem?  What serial
  23. : >speed?  Are you using RTS/CTS (hardware) flow control?
  24. : usr faxmodem
  25. :
  26. Again: Are you using RTS/CTS (hardware) flow control?
  27. If not, then you should be.
  28.  
  29. : I'm the same guy that has *always* have had difficulty
  30. : using kermit on panix (worked *fine* with netcom!).
  31. : I just got a blade-100, and it also has the sun
  32. : PCI co-processor (besides the sparc), so
  33. : I can load up win2k on that, Solaris8 on the
  34. : other.
  35. : Once I get that all done, perhaps I could grab that
  36. : *large* pizza-box, drive it in to NYC, and somehow
  37. : get it up to your office?
  38. There should be no need for that.  If you are having
  39. trouble downloading, the problem is almost certainly
  40. a lack of effective flow control.  This can occur:
  41.  
  42.  (a) Between Panix and its modem.
  43.  (b) Between the two modems.
  44.  (c) Between your modem and your computer.
  45.  
  46. Effective flow control (which these days means RTS/CTS)
  47. must be enabled at (a) and (c), and the connection between
  48. the two modems (b) must be error-corrected, or else the
  49. flow control at (a) and (b) won't have any effect.
  50.  
  51. When you have a Panix connection active and Kermit is in
  52. CONNECT mode, do this:
  53.  
  54.  . Type nothing for at least one second
  55.  . Type three consecutive + signs
  56.  . Type nothing for at least one second
  57.  
  58. You should see an OK response.  Now type ATI4 (and then
  59. press the Return or Enter key) to see the modem's current
  60. settings and ATI6 to get statistics about the connection.
  61. This information should give you some hints about what is
  62. going wrong.  Consult the USR manual and Appendix II of
  63. Using C-Kermit for details.  To go back online type ATO.
  64.  
  65. - Frank
  66.